net/http.wantConn.cancelCtx (field)
6 uses
net/http (current package)
transport.go#L912: if w.cancelCtx != nil && !w.waiting() {
transport.go#L913: w.cancelCtx()
transport.go#L1341: cancelCtx context.CancelFunc
transport.go#L1482: if w == nil || w.cancelCtx != nil {
transport.go#L1535: cancelCtx: dialCancel,
transport.go#L1632: w.cancelCtx = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |